home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp370p0909_0917_64bit.exe / [0] / ruby.acp < prev    next >
Text File  |  2014-08-06  |  623b  |  77 lines

  1. #TITLE=Ruby
  2. ; EditPlus Auto-completion file written by ES-Computing.
  3. ; This file is provided as a default auto-completion file for Ruby.
  4.  
  5. #CASE=y
  6. #BOL=y
  7.  
  8. #T=def
  9. def ^!
  10.     
  11. end
  12. #T=class
  13. class ^!
  14.     
  15. end
  16. #T=^if
  17. if ^!
  18.     
  19. end
  20. #T=^unless
  21. unless ^!
  22.     
  23. end
  24. #T=elsif
  25. elsif ^!
  26.     
  27. #T=else
  28. else
  29.     ^!
  30. #T=case
  31. case ^!
  32.     when 
  33.         
  34. end
  35. #T=while
  36. while ^!
  37.     
  38. end
  39. #T=until
  40. until ^!
  41.     
  42. end
  43. #T=loop
  44. loop do
  45.     ^!
  46. end
  47. #T=for
  48. for ^! in 
  49.     
  50. end
  51. #T=begin
  52. begin
  53.     ^!
  54. rescue 
  55.     
  56. end
  57. #T=ensure
  58. ensure
  59.     ^!
  60. #T=do
  61. do ^!
  62.     
  63. end
  64. #T=catch
  65. catch ^! do
  66.     
  67. end
  68. #T=module
  69. module ^!
  70.     
  71. end
  72. #T={
  73. {
  74.     ^!
  75. }
  76. #
  77.